3.2537 \(\int x^{-1-5 n} (a+b x^n)^2 \, dx\)

Optimal. Leaf size=45 \[ -\frac {a^2 x^{-5 n}}{5 n}-\frac {a b x^{-4 n}}{2 n}-\frac {b^2 x^{-3 n}}{3 n} \]

[Out]

-1/5*a^2/n/(x^(5*n))-1/2*a*b/n/(x^(4*n))-1/3*b^2/n/(x^(3*n))

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 45, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.118, Rules used = {266, 43} \[ -\frac {a^2 x^{-5 n}}{5 n}-\frac {a b x^{-4 n}}{2 n}-\frac {b^2 x^{-3 n}}{3 n} \]

Antiderivative was successfully verified.

[In]

Int[x^(-1 - 5*n)*(a + b*x^n)^2,x]

[Out]

-a^2/(5*n*x^(5*n)) - (a*b)/(2*n*x^(4*n)) - b^2/(3*n*x^(3*n))

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 266

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplify[(m + 1)/n] - 1)*(a
+ b*x)^p, x], x, x^n], x] /; FreeQ[{a, b, m, n, p}, x] && IntegerQ[Simplify[(m + 1)/n]]

Rubi steps

\begin {align*} \int x^{-1-5 n} \left (a+b x^n\right )^2 \, dx &=\frac {\operatorname {Subst}\left (\int \frac {(a+b x)^2}{x^6} \, dx,x,x^n\right )}{n}\\ &=\frac {\operatorname {Subst}\left (\int \left (\frac {a^2}{x^6}+\frac {2 a b}{x^5}+\frac {b^2}{x^4}\right ) \, dx,x,x^n\right )}{n}\\ &=-\frac {a^2 x^{-5 n}}{5 n}-\frac {a b x^{-4 n}}{2 n}-\frac {b^2 x^{-3 n}}{3 n}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 35, normalized size = 0.78 \[ -\frac {x^{-5 n} \left (6 a^2+15 a b x^n+10 b^2 x^{2 n}\right )}{30 n} \]

Antiderivative was successfully verified.

[In]

Integrate[x^(-1 - 5*n)*(a + b*x^n)^2,x]

[Out]

-1/30*(6*a^2 + 15*a*b*x^n + 10*b^2*x^(2*n))/(n*x^(5*n))

________________________________________________________________________________________

fricas [A]  time = 0.63, size = 35, normalized size = 0.78 \[ -\frac {10 \, b^{2} x^{2 \, n} + 15 \, a b x^{n} + 6 \, a^{2}}{30 \, n x^{5 \, n}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1-5*n)*(a+b*x^n)^2,x, algorithm="fricas")

[Out]

-1/30*(10*b^2*x^(2*n) + 15*a*b*x^n + 6*a^2)/(n*x^(5*n))

________________________________________________________________________________________

giac [A]  time = 0.18, size = 35, normalized size = 0.78 \[ -\frac {10 \, b^{2} x^{2 \, n} + 15 \, a b x^{n} + 6 \, a^{2}}{30 \, n x^{5 \, n}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1-5*n)*(a+b*x^n)^2,x, algorithm="giac")

[Out]

-1/30*(10*b^2*x^(2*n) + 15*a*b*x^n + 6*a^2)/(n*x^(5*n))

________________________________________________________________________________________

maple [A]  time = 0.02, size = 45, normalized size = 1.00 \[ \left (-\frac {a b \,{\mathrm e}^{n \ln \relax (x )}}{2 n}-\frac {b^{2} {\mathrm e}^{2 n \ln \relax (x )}}{3 n}-\frac {a^{2}}{5 n}\right ) {\mathrm e}^{-5 n \ln \relax (x )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(-1-5*n)*(b*x^n+a)^2,x)

[Out]

(-1/5*a^2/n-1/3*b^2/n*exp(n*ln(x))^2-1/2*a*b/n*exp(n*ln(x)))/exp(n*ln(x))^5

________________________________________________________________________________________

maxima [A]  time = 0.46, size = 45, normalized size = 1.00 \[ -\frac {a^{2}}{5 \, n x^{5 \, n}} - \frac {a b}{2 \, n x^{4 \, n}} - \frac {b^{2}}{3 \, n x^{3 \, n}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1-5*n)*(a+b*x^n)^2,x, algorithm="maxima")

[Out]

-1/5*a^2/(n*x^(5*n)) - 1/2*a*b/(n*x^(4*n)) - 1/3*b^2/(n*x^(3*n))

________________________________________________________________________________________

mupad [B]  time = 1.28, size = 35, normalized size = 0.78 \[ -\frac {6\,a^2+10\,b^2\,x^{2\,n}+15\,a\,b\,x^n}{30\,n\,x^{5\,n}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x^n)^2/x^(5*n + 1),x)

[Out]

-(6*a^2 + 10*b^2*x^(2*n) + 15*a*b*x^n)/(30*n*x^(5*n))

________________________________________________________________________________________

sympy [A]  time = 11.33, size = 44, normalized size = 0.98 \[ \begin {cases} - \frac {a^{2} x^{- 5 n}}{5 n} - \frac {a b x^{- 4 n}}{2 n} - \frac {b^{2} x^{- 3 n}}{3 n} & \text {for}\: n \neq 0 \\\left (a + b\right )^{2} \log {\relax (x )} & \text {otherwise} \end {cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**(-1-5*n)*(a+b*x**n)**2,x)

[Out]

Piecewise((-a**2*x**(-5*n)/(5*n) - a*b*x**(-4*n)/(2*n) - b**2*x**(-3*n)/(3*n), Ne(n, 0)), ((a + b)**2*log(x),
True))

________________________________________________________________________________________